Zmarties makes a number of fixes to the NMEA reader:
authorrobertl <robertl>
Tue, 18 Oct 2005 21:42:30 +0000 (21:42 +0000)
committerrobertl <robertl>
Tue, 18 Oct 2005 21:42:30 +0000 (21:42 +0000)
commit80236f41bc578431452a55e4422580bdbdd6c635
treeceb0f4b345b44a891d7366d2e8bf6870b562c9a5
parent9dc53335bd6d560395ee9152567a0e2b56107e22
Zmarties makes a number of fixes to the NMEA reader:
* It makes invalid assumptions about the order of sentences,
specifically that it will receive a message with a date in it as the
first message
* it uses a uninitialized variable
* it treats invalid sentences as if they were valid
* it will accept a garbage truncated last line of the file as valid,
since the missing checksum on this line is not treated as an error
nmea.c